/* 二级页面列表 */
html {
    min-width: 1200px;
    overflow: auto;
}

.main_head {
    width: 100%;
    height: 350px;
    background: url("/assets/pc/img/j02.jpg") no-repeat center center;
    background-size: cover;
}

.main_cont {
    width: 1200px;
    margin: 0 auto;
    min-height: 800px;
    display: flex;
    align-items: flex-start;
}

.main_cont_left {
    background: url("/assets/pc/img/left-pannel-head-bg.png") no-repeat left top;
    padding: 0 55px;
    border-left: 6px solid #b50009;
    width: 210px;
    margin-top: -83px;
    margin-bottom: 100px;
    box-sizing: content-box;
}

.site-address {
    padding-top: 30px;
    line-height: 24px;
    color: #878787;
    box-sizing: content-box;
}

.site-address a {
    font-size: 12px;
    color: #878787;
}

.channel-name {
    font-size: 30px;
    color: #000000;
    height: 50px;
    line-height: 30px;
    font-weight: normal;
    font-family: "KaiTi";
    padding-top: 20px;
}

.main_cont_left ul {
    padding: 15px 0;
}

.main_cont_left ul li {
    width: 100%;
}

.main_cont_left ul li a {
    font-size: 16px;
    color: #777777;
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.main_cont_left ul li.cur a {
    color: #b50009;
    border-bottom: 1px solid #b50009;
}

.main_cont_right {
    flex: 1;
    padding-left: 20px;
    overflow: hidden;
    padding-top: 40px;
}

.main_cont_right_link {
    display: flex;
    padding: 30px 5px;
    border-bottom: 1px solid #ddd;
    /* align-items: center; */
    align-items: flex-start;
}

.main_cont_right_link .link_left {
    width: 260px;
    height: 160px;
    margin-right: 20px;
}

.main_cont_right_link .link_left img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.main_cont_right_link .link_right {
    margin-left: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.link_right_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.link_right_desc {
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.link_right_date {
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
}

.link_right_date .date {
    margin: 0 10px;
}

.link_right_date span {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    color: #323232;
    margin: 0 20px;
}

.link_right_date .num {
    color: #323232;
}

.link_right_date .date::before {
    content: "\e6de";
    font-size: 14px;
    font-family: "iconfont" !important;
    color: #8a8a8a;
    margin-right: 10px;
}

.link_right_date .num::before {
    content: "\e60e";
    font-size: 14px;
    font-family: "iconfont" !important;
    color: #8a8a8a;
    margin-right: 10px;
}

.main_cont_right_item:hover {
    background: #fafafa;
}

/* 二级页面详情 */
.main_cont_right_detbox {
    font-size: 16px;
    color: #8a8a8a;
    text-align: center;
}

.main_cont_right_detbox img {
    max-width: 100%;
    margin: 30px 0;
    object-fit: contain;
    display: inline-block;
}

.main_cont_right_detbox .title {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 30px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}

.main_cont_right_detbox .date_box {
    display: flex;
    padding: 25px 100px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}



.main_cont_right_detbox .date_box .date::before {
    content: "\e6de";
    font-size: 14px;
    font-family: "iconfont" !important;
    color: #8a8a8a;
    margin-right: 10px;
}

.main_cont_right_detbox .date_box .num::before {
    content: "\e60e";
    font-size: 14px;
    font-family: "iconfont" !important;
    color: #8a8a8a;
    margin-right: 10px;
}

.main_cont_right_detbox .container {
    line-height: 30px;
    text-align: left;
    padding: 80px 10px 10px 20px;
    color: #333;
}

.main_cont_right_detbox .container p {
    overflow: hidden;
}

.main_cont_right_detbox .container p img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: fit-content !important;
    height: 100% !important;
    object-fit: contain;
    border-radius: 8px;
}

.main_cont_right_detbox .container p video {
    width: 820px !important;
    height: 462px !important;
    border-radius: 10px;
}

/* 分页 */
.pagesk {
    margin: 30px 0px;
    text-align: center;
}

.pagesk a {
    padding: 0 10px;
}

.pagesk a:hover {
    transform: scale(1.1);
}

.pagesk span {
    color: #b50009;
    font-weight: bolder;
    padding: 0 10px;

}

/* 二级列表新增 */
.main_cont_right_list2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.main_cont_right_item2:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.main_cont_right_item2 {
    flex: 0 0 250px;
    height: 370px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.main_cont_right_item2:not(:nth-child(3n)) {
    margin-right: 22px;
}

.main_cont_right_item2 .imgpc {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    overflow: hidden;
}

.main_cont_right_link2 {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


.main_cont_right_link2 .link_right_title {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, .2);
}


/* 二级页面电视剧详情 */
.main_cont_movie {
    background-color: #202026;
    height: 480px;
    width: 854px;
    margin-top: 50px;
    display: flex;
}

.main_movie_playbox {
    flex: 1;
    background-color: #000;
    position: relative;
}

.main_movie_playnums {
    flex: 0 0 220px;
    padding: 20px 10px;
    color: #fff;
}

.main_movie_playnums .bgtitle {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
}

.main_movie_playnums .smtitle {
    color: #aba8a8;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #303036;
    margin-bottom: 20px;
}

.movienums {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    user-select: none;
    margin-top: 30px;
}

.movieitem {
    flex: 0 0 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: -1px;
}

.movieitemact {
    color: #d30000;
    box-shadow: inset 0 0 1px 1px #d30000;
}

.numsswitch {
    position: absolute;
    height: 44px;
    width: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #303037;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.numsswitch .iconfont {
    font-size: 12px;
    color: #fff;
}

.numsswitch .icon-hqqwebzuojiantou {
    display: none;
}

.swflag .icon-hqqwebjiantou {
    display: none;
}

.swflag .icon-hqqwebzuojiantou {
    display: block;
}

#vdshow {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/** 列表页面老师 */
.main_cont_right_list_teacher {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.main_cont_right_list_teacher li {
    margin: 10px;
    width: 31%;
    height: 300px;
    overflow: hidden;
}

.main_cont_right_list_teacher li:hover img{
    transform: scale(1.1);
}

.main_cont_right_list_teacher li a {
    position: relative;
    width: 100%;
    height: 100%;
}


.main_cont_right_list_teacher li a img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
    border-radius: 5px;
}

.main_cont_right_list_teacher li a p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px 10px 10px;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    font-size: 18px;
}
.next_title{
    margin-top: 50px;
}
.next_title  a span{
    color: #b50009;
}
.next_title  a{
    margin-bottom: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}